No python-blosc2
authorAntonio Valentino <antonio.valentino@tiscali.it>
Sun, 7 Apr 2024 06:53:27 +0000 (06:53 +0000)
committerAntonio Valentino <antonio.valentino@tiscali.it>
Sat, 28 Feb 2026 18:08:45 +0000 (18:08 +0000)
Forwarded: not-needed

Gbp-Pq: Name 0005-No-python-blosc2.patch

pyproject.toml

index f838c31443164bfe88a89932e9595edeaa759c83..c9a56af16705facc3fb4eb336d33e99eb8befeae 100644 (file)
@@ -16,7 +16,7 @@ requires = [
     # Included here for seamless wheel builds.
     # Packagers can choose to replace it by externally provided
     # c-blosc2 library and headers
-    "blosc2 >= 2.3.0",
+    "blosc2 >= 2.3.0",
 ]
 build-backend = "setuptools.build_meta"
 # build-backend = "mesonpy"  # and replace ``setuptools`` above
@@ -76,7 +76,7 @@ dependencies = [
     "numexpr >= 2.6.2",
     "packaging",
     "py-cpuinfo",
-    "blosc2 >= 2.3.0",
+    "blosc2 >= 2.3.0",
 ]